home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / DPExpressions.strings < prev    next >
Encoding:
Text File  |  1996-02-24  |  5.2 KB  |  293 lines

  1. /* No comment provided by engineer. */
  2. "first";
  3.  
  4. /* Wrong type for parameter */
  5. "Operator %s has the wrong type for its %s operand";
  6.  
  7. /* No comment provided by engineer. */
  8. "second";
  9.  
  10. /* Label for parameter type */
  11. "Number";
  12.  
  13. /* Label for parameter type */
  14. "TextParameter" = "Text";
  15.  
  16. /* Label for parameter type */
  17. "Integer";
  18.  
  19. /* Label for parameter type */
  20. "Time";
  21.  
  22. /* Label for parameter type */
  23. "Duration";
  24.  
  25. /* Label for parameter type */
  26. "Date";
  27.  
  28. /* Label for parameter type */
  29. "String";
  30.  
  31. /* Label for parameter type */
  32. "Date or Time";
  33.  
  34. /* Function: Return value of pi */
  35. "Pi";
  36.  
  37. /* Function: Making text from a duration */
  38. "DurationToText";
  39.  
  40. /* Function: Turns a string into a duration (string must represent a duration) */
  41. "TextToDuration";
  42.  
  43. /* Function: The time right now */
  44. "Now";
  45.  
  46. /* Function:Conditional */
  47. "If";
  48.  
  49. /* Function: Exponent */
  50. "Exp";
  51.  
  52. /* Parameter name */
  53. "String2";
  54.  
  55. /* Parameter Name */
  56. "Principle";
  57.  
  58. /* Parameter name */
  59. "String1";
  60.  
  61. /* Function: Return the position of the current record in the current view */
  62. "SequenceNumber";
  63.  
  64. /* Parameter Name */
  65. "SearchForText";
  66.  
  67. /* Parameter Name
  68.    Parameter Name
  69.    Parameter Name */
  70. "NumberOfCharacters";
  71.  
  72. /* Function: Tangent */
  73. "Tan";
  74.  
  75. /* Parameter Name */
  76. "TrueValue";
  77.  
  78. /* Function: Regular logarithm */
  79. "Log";
  80.  
  81. /* Function:Remainder after division */
  82. "Mod";
  83.  
  84. /* Parameter Name */
  85. "ReplacementText";
  86.  
  87. /* Function Parameter Name
  88.    Function: Day of month of a date */
  89. "Day";
  90.  
  91. /* Function: change number to string */
  92. "NumToText";
  93.  
  94. /* Function: Translates text into a number */
  95. "TextToNum";
  96.  
  97. /* Function: Removes beginning and ending white space */
  98. "Trim";
  99.  
  100. /* Parameter Name */
  101. "Size";
  102.  
  103. /* Returns square root */
  104. "SquareRoot";
  105.  
  106. /* Parameter Name */
  107. "Term";
  108.  
  109. /* Function: Absolute Value */
  110. "Abs";
  111.  
  112. /* Function Parameter Name
  113.    Function: Year of date */
  114. "Year";
  115.  
  116. /* Function: Returns 1 if positive, 0 if 0, -1 if negative */
  117. "Sign";
  118.  
  119. /* Parameter Name */
  120. "Start";
  121.  
  122. /* Function: Returns sine */
  123. "Sine";
  124.  
  125. /* Function: Remove fractional part of number */
  126. "Trunc";
  127.  
  128. /* Function: Make string all upper case */
  129. "Upper";
  130.  
  131. /* Function: get x characters on left of string */
  132. "Left";
  133.  
  134. /* Function: Make all chars lower case */
  135. "Lower";
  136.  
  137. /* Calculated field formula has the wrong parameter type for a particular function */
  138. "Function %s has the wrong type for parameter %s";
  139.  
  140. /* Function: Round given number */
  141. "Round";
  142.  
  143. /* Function Parameter Name
  144.    Function: Extract month number from data */
  145. "Month";
  146.  
  147. /* Calculated field formula has wrong number of parameters for a particular function */
  148. "Function %s should have %d parameters";
  149.  
  150. /* Function: Get name from a file field */
  151. "FileName";
  152.  
  153. /* Function: Arctangent */
  154. "Atan";
  155.  
  156. /* Function: Today's date */
  157. "Today";
  158.  
  159. /* Function: Returns x characters from right end of string */
  160. "Right";
  161.  
  162. /* Function: Future Value given Present Value, Interest, and Number of Periods */
  163. "FutureValue";
  164.  
  165. /* Function: Making a date from a month, day, and year */
  166. "Date";
  167.  
  168. /* Parameter Name */
  169. "Value";
  170.  
  171. /* Parameter Name */
  172. "NumberOfPeriods";
  173.  
  174. /* Function: Making text from a time */
  175. "TimeToText";
  176.  
  177. /* Function: Turns a string into a time (string must represent a time) */
  178. "TextToTime";
  179.  
  180. /* Parameter Name */
  181. "BooleanExpression";
  182.  
  183. /* Function: Do 2 strings match exactly */
  184. "Exact";
  185.  
  186. /* Parameter Name */
  187. "FalseValue";
  188.  
  189. /* Parameter Name
  190.    Parameter Name */
  191. "StartPosition";
  192.  
  193. /* Function: Making text from a date */
  194. "DateToText";
  195.  
  196. /* Function: Turns a string into a date (string must represent a date) */
  197. "TextToDate";
  198.  
  199. /* Function: Day of year of a date */
  200. "DayOfYear";
  201.  
  202. /* Parameter Name
  203.    Function: Calculate present value of a stream of income */
  204. "PresentValue";
  205.  
  206. /* Parameter Name
  207.    Parameter Name */
  208. "Field";
  209.  
  210. /* Function:Length of string */
  211. "Length";
  212.  
  213. /* Function: Name of day of week of date */
  214. "DayOfWeek";
  215.  
  216. /* Parameter Name */
  217. "Divisor";
  218.  
  219. /* Function: Cosine */
  220. "Cosine";
  221.  
  222. /* Function: Return a random number */
  223. "Random";
  224.  
  225. /* Parameter Name
  226.    Parameter Name
  227.    Parameter Name */
  228. "InterestRate";
  229.  
  230. /* Function: Calculate payment given amount, interest rate, and terms
  231.    Parameter Name */
  232. "Payment";
  233.  
  234. /* Parameter Name */
  235. "InText";
  236.  
  237. /* Function: Time (date,hour,min,sec) record was last modified */
  238. "TimeUpdated";
  239.  
  240. /* Function: Return the position of a string in a string starting at a given position */
  241. "Position";
  242.  
  243. /* Parameter Name */
  244. "Periods";
  245.  
  246. /* Function: Make all words start with capital letter */
  247. "InitialCaps";
  248.  
  249. /* Function: Returns week number of a date */
  250. "WeekOfYear";
  251.  
  252. /* Function: Extract month name from date */
  253. "MonthOfYear";
  254.  
  255. /* Function: Extract characters from middle of string */
  256. "Middle";
  257.  
  258. /* Function: Is a field empty */
  259. "IsEmpty";
  260.  
  261. /* Function: Date record was last modified */
  262. "DateUpdated";
  263.  
  264. /* Function: Return radians */
  265. "Radians";
  266.  
  267. /* Function: Translate number to degrees */
  268. "Degrees";
  269.  
  270. /* Function: Replace x characters starting at a particular position with replacement text */
  271. "Replace";
  272.  
  273. /* Function: Natural Log */
  274. "Ln";
  275.  
  276. /* Message in Alert for a calculated expression when user is trying to compare two expressions of different types */
  277. "Relational operators need operands of the same type";
  278.  
  279. /* NEW FOR 3.0! */
  280. "TimeUpdated";
  281. "TimeToText";
  282. "TextToTime";
  283. "TextToDuration";
  284. "DurationToText";
  285. "Duration";
  286. "SequenceNum";
  287. "Now";
  288. "SequenceNumber";
  289. "Time";
  290. "AND";
  291. "OR";
  292. "NOT";
  293.